table of contents
FcPatternHash(3) | FcPatternHash(3) |
NAME¶
FcPatternHash - Compute a pattern hash value
SYNOPSIS¶
#include <fontconfig.h> FcChar32 FcPatternHash(const FcPattern *p); .fi
DESCRIPTION¶
Returns a 32-bit number which is the same for any two patterns which are equal.
VERSION¶
Fontconfig version 2.8.0
18 November 2009 |